object FtpProfileFrame: TFtpProfileFrame Left = 0 Top = 0 Width = 329 Height = 426 TabOrder = 0 object PageControl: TUiPageControl Left = 0 Top = 0 Width = 329 Height = 426 ActivePage = tsGeneral TabOrder = 0 object tsGeneral: TUiTabSheet HelpType = htKeyword HelpKeyword = 'FTP_Profile_General' Caption = 'General' object LoginGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 305 Height = 185 Caption = 'Login' TabOrder = 0 object ProtocolLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = '&Protocol:' FocusControl = ProtocolEdit end object PortLbl: TUiLabel Left = 248 Top = 16 Height = 13 Caption = 'Port:' FocusControl = PortEdit end object HostLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = '&Host:' FocusControl = HostEdit end object UsernameLbl: TUiLabel Left = 8 Top = 120 Height = 13 Caption = '&Username:' FocusControl = UsernameEdit end object PasswordLbl: TUiLabel Left = 160 Top = 120 Height = 13 Caption = '&Password:' FocusControl = PasswordEdit end object ProtocolEdit: TUiComboBox Left = 8 Top = 32 Width = 232 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ProtocolTypeChanged end object PortEdit: TUiNumEdit Left = 248 Top = 32 Width = 49 Height = 21 MaxLength = 5 TabOrder = 1 OnChange = SomethingChangedClick end object HostEdit: TUiEdit Left = 8 Top = 72 Width = 289 Height = 21 TabOrder = 2 OnChange = SomethingChangedClick end object AnonymousEdit: TUiCheckBox Left = 8 Top = 100 Height = 17 Caption = 'Anonymous login' TabOrder = 3 OnClick = SomethingChangedClick end object UsernameEdit: TUiEdit Left = 8 Top = 136 Width = 144 Height = 21 TabOrder = 4 OnChange = SomethingChangedClick end object PasswordEdit: TUiEdit Left = 160 Top = 136 Width = 137 Height = 21 TabOrder = 5 OnChange = SomethingChangedClick EchoMode = emPassword end object SavePasswordEdit: TUiCheckBox Left = 160 Top = 160 Height = 17 Caption = 'Save password' TabOrder = 6 OnClick = SomethingChangedClick end end object ServerGroupBox: TUiGroupBox Left = 8 Top = 200 Width = 305 Height = 186 Caption = 'Server' TabOrder = 2 object CodePageLbl: TUiLabel Left = 8 Top = 40 Height = 13 Caption = 'Encoding:' FocusControl = CodePageEdit end object TimeZoneLbl: TUiLabel Left = 8 Top = 80 Height = 13 Caption = 'Time &zone:' FocusControl = TimeZoneEdit end object CustomInitCommandsLbl: TUiLabel Left = 8 Top = 120 Height = 13 Caption = 'Custom login commands:' FocusControl = CustomInitCommandsEdit end object CaseSensitiveEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Filenames are case sensitive' TabOrder = 0 OnClick = SomethingChangedClick end object CodePageEdit: TUiComboBox Left = 8 Top = 56 Width = 289 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = SomethingChangedClick end object TimeZoneEdit: TUiTimeZoneEdit Left = 8 Top = 96 Width = 289 Height = 21 ItemHeight = 13 TabOrder = 2 OnChange = SomethingChangedClick end object CustomInitCommandsEdit: TUiMemo Left = 8 Top = 136 Width = 289 Height = 44 TabOrder = 3 OnChange = SomethingChangedClick end end object UseServerDefaultsEdit: TUiCheckBox Left = 230 Top = 196 Width = 74 Height = 17 Caption = 'Use default' TabOrder = 1 OnClick = UseDefaultClick AutoSize = asRight end end object tsConnection: TUiTabSheet HelpType = htKeyword HelpKeyword = 'FTP_Profile_Connection' Caption = 'Connection' object ConnectionGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 305 Height = 203 Caption = 'Connection' TabOrder = 1 object MaxConnectionsLbl: TUiLabel Left = 8 Top = 22 Height = 13 Caption = '&Simultaneous connections:' FocusControl = MaxConnectionsEdit end object ReadTimeoutLbl: TUiLabel Left = 8 Top = 48 Height = 13 Caption = '&Read timeout (seconds):' FocusControl = ReadTimeoutEdit end object DataPortMinLbl: TUiLabel Left = 25 Top = 115 Height = 13 Caption = 'Min:' FocusControl = DataPortMinEdit end object DataPortMaxLbl: TUiLabel Left = 129 Top = 115 Height = 13 Caption = 'Max:' FocusControl = DataPortMaxEdit end object MaxConnectionsEdit: TUiSpinEdit Left = 160 Top = 18 Width = 50 Height = 21 Max = 10 MaxLength = 2 Min = 1 Position = 1 TabOrder = 0 OnChange = SomethingChangedClick end object ReadTimeoutEdit: TUiSpinEdit Left = 160 Top = 45 Width = 50 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object PassiveEdit: TUiCheckBox Left = 8 Top = 73 Height = 17 Caption = '&Passive transfers (PASV)' TabOrder = 2 OnClick = SomethingChangedClick end object DataPortLimitedEdit: TUiCheckBox Left = 8 Top = 92 Height = 17 Caption = '&Limit ports used for active transfers (PORT):' TabOrder = 3 OnClick = SomethingChangedClick end object DataPortMinEdit: TUiNumEdit Left = 56 Top = 112 Width = 37 Height = 21 MaxLength = 5 TabOrder = 4 OnChange = SomethingChangedClick end object DataPortMaxEdit: TUiNumEdit Left = 160 Top = 112 Width = 41 Height = 21 TabOrder = 5 OnChange = SomethingChangedClick end object UseHOSTEdit: TUiCheckBox Left = 8 Top = 140 Height = 17 Caption = 'Use &HOST before login' TabOrder = 6 OnClick = SomethingChangedClick end object ClearControlChannelEdit: TUiCheckBox Left = 8 Top = 159 Height = 17 Caption = 'Clear &control channel (SSL only)' TabOrder = 7 OnClick = SomethingChangedClick end object ClearDataChannelEdit: TUiCheckBox Left = 8 Top = 178 Height = 17 Caption = 'Clear &data channel (SSL only)' TabOrder = 8 OnClick = SomethingChangedClick end end object UseConnectionDefaultsEdit: TUiCheckBox Left = 230 Top = 6 Width = 74 Height = 17 Caption = 'Use default' TabOrder = 0 OnClick = UseDefaultClick AutoSize = asRight end object ProxyGroupBox: TUiGroupBox Left = 8 Top = 222 Width = 305 Height = 167 Caption = 'Proxy' TabOrder = 3 object ProxyTypeLbl: TUiLabel Left = 8 Top = 36 Height = 13 Caption = 'Proxy type:' FocusControl = ProxyTypeEdit end object ProxyHostLbl: TUiLabel Left = 8 Top = 76 Height = 13 Caption = 'Host:' FocusControl = ProxyHostEdit end object ProxyPortLbl: TUiLabel Left = 246 Top = 76 Height = 13 Caption = 'Port:' FocusControl = ProxyPortEdit end object ProxyUsernameLbl: TUiLabel Left = 8 Top = 118 Height = 13 Caption = 'Username:' FocusControl = ProxyUsernameEdit end object ProxyPasswordLbl: TUiLabel Left = 155 Top = 118 Height = 13 Caption = 'Password:' FocusControl = ProxyPasswordEdit end object ProxyEnabledEdit: TUiCheckBox Left = 8 Top = 16 Height = 17 Caption = 'Use proxy' TabOrder = 0 OnClick = SomethingChangedClick end object ProxyTypeEdit: TUiComboBox Left = 8 Top = 51 Width = 288 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 1 OnChange = ProxyTypeChanged end object ProxyHostEdit: TUiEdit Left = 8 Top = 91 Width = 232 Height = 21 TabOrder = 2 OnChange = SomethingChangedClick end object ProxyPortEdit: TUiNumEdit Left = 246 Top = 91 Width = 50 Height = 21 MaxLength = 5 TabOrder = 3 OnChange = SomethingChangedClick end object ProxyUsernameEdit: TUiEdit Left = 8 Top = 134 Width = 141 Height = 21 TabOrder = 4 OnChange = SomethingChangedClick end object ProxyPasswordEdit: TUiEdit Left = 155 Top = 134 Width = 141 Height = 21 TabOrder = 5 OnChange = SomethingChangedClick EchoMode = emPassword end end object UseProxyDefaultsEdit: TUiCheckBox Left = 230 Top = 218 Width = 74 Height = 17 Caption = 'Use default' TabOrder = 2 OnClick = UseDefaultClick AutoSize = asRight end end object tsListing: TUiTabSheet HelpType = htKeyword HelpKeyword = 'FTP_Profile_Listings' Caption = 'Listings' object UseListingDefaultsEdit: TUiCheckBox Left = 8 Top = 8 Height = 17 Caption = 'Use default' TabOrder = 0 OnClick = UseDefaultClick end object ListOptionsGroupBox: TUiGroupBox Left = 8 Top = 32 Width = 305 Height = 147 Caption = 'LIST options' TabOrder = 1 object floUseMLSDEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Use MLSD command' TabOrder = 0 OnClick = SomethingChangedClick end object floShowHiddenEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Show hidden [-a]' TabOrder = 1 OnClick = SomethingChangedClick end object floForceLongFormatEdit: TUiCheckBox Left = 8 Top = 60 Height = 17 Caption = 'Force long format [-l]' TabOrder = 2 OnClick = SomethingChangedClick end object floCompleteTimestampsEdit: TUiCheckBox Left = 8 Top = 80 Height = 17 Caption = 'Complete timestamps [-T]' TabOrder = 3 OnClick = SomethingChangedClick end object floResolveLinksEdit: TUiCheckBox Left = 8 Top = 100 Height = 17 Caption = 'Resolve links [-L]' TabOrder = 4 OnClick = SomethingChangedClick end object floRecursiveEdit: TUiCheckBox Left = 8 Top = 120 Height = 17 Caption = 'Recursive [-R]' TabOrder = 5 OnClick = SomethingChangedClick end end object LinkResolutionEdit: TUiRadioGroup Left = 8 Top = 184 Width = 305 Height = 73 Caption = 'Link resolution' Items.WideStrings = ( 'Fast' 'Simple' 'Complete') TabOrder = 2 OnClick = SomethingChangedClick end object ListingMiscGroupBox: TUiGroupBox Left = 8 Top = 264 Width = 305 Height = 65 Caption = 'Miscellaneous' TabOrder = 3 object FetchIncompleteTimestampsEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Fetch incomplete timestamps' TabOrder = 0 OnClick = SomethingChangedClick end object HideVMSVersionsEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Hide VMS versions' TabOrder = 1 OnClick = SomethingChangedClick end end end object tsTransfer: TUiTabSheet HelpType = htKeyword HelpKeyword = 'FTP_Profile_Transfer' Caption = 'Transfer' object ASCIITypesLbl: TUiLabel Left = 216 Top = 220 Height = 13 Caption = 'ASCII types:' FocusControl = ASCIITypesEdit end object ASCIITypesSharedLbl: TUiLabel Left = 116 Top = 380 Width = 198 Height = 13 Alignment = taRightJustify Caption = 'The ASCII types setting affects all profiles.' FocusControl = ASCIITypesEdit end object UseTransferDefaultsEdit: TUiCheckBox Left = 8 Top = 8 Height = 17 Caption = 'Use default' TabOrder = 0 OnClick = UseDefaultClick end object TransferGroupBox: TUiGroupBox Left = 8 Top = 32 Width = 305 Height = 181 Caption = 'Transfers' TabOrder = 1 object DownloadThrottleKbpsLbl: TUiLabel Left = 8 Top = 84 Height = 13 Caption = 'Limit download (Kbps): ' FocusControl = DownloadThrottleKbpsEdit end object UploadThrottleKbpsLbl: TUiLabel Left = 8 Top = 132 Height = 13 Caption = 'Limit upload (Kbps):' FocusControl = UploadThrottleKbpsEdit end object PreserveTimestampsOnUploadEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Preserve timestamps on upload' TabOrder = 0 OnClick = SomethingChangedClick end object CompressTransfersEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Compress transfers (MODE Z)' TabOrder = 1 OnClick = SomethingChangedClick end object ForcePipeliningEdit: TUiCheckBox Left = 8 Top = 60 Height = 17 Caption = 'Force faster uploads to older OpenSSH servers' TabOrder = 2 end object DownloadThrottleKbpsEdit: TUiSpinEdit Left = 8 Top = 100 Width = 50 Height = 21 TabOrder = 3 OnChange = SomethingChangedClick end object UploadThrottleKbpsEdit: TUiSpinEdit Left = 8 Top = 148 Width = 50 Height = 21 TabOrder = 4 OnChange = SomethingChangedClick end end object TransferTypeEdit: TUiRadioGroup Left = 8 Top = 220 Width = 201 Height = 73 Caption = 'Transfer type' Items.WideStrings = ( 'Auto' 'ASCII' 'Binary') TabOrder = 2 OnClick = SomethingChangedClick end object FilenameConversionEdit: TUiRadioGroup Left = 8 Top = 300 Width = 201 Height = 73 Caption = 'Filename conversion' Items.WideStrings = ( 'Don'#39't change' 'lower case' 'UPPER CASE') TabOrder = 3 OnClick = SomethingChangedClick end object ASCIITypesEdit: TUiMemo Left = 216 Top = 236 Width = 97 Height = 137 ScrollBars = ssVertical TabOrder = 4 WordWrap = False OnChange = SomethingChangedClick end end object tsAuthentication: TUiTabSheet HelpType = htKeyword HelpKeyword = 'FTP_Profile_Authentication' Caption = 'Authentication' object AuthenticationSharedLbl: TUiLabel Left = 132 Top = 10 Width = 180 Height = 13 Alignment = taRightJustify Caption = 'These settings are used for all profiles.' end object AnonymousGroupBox: TUiGroupBox Left = 8 Top = 32 Width = 305 Height = 65 Caption = 'Anonymous logins' TabOrder = 0 object EmailAddressLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'E&mail address:' FocusControl = EmailAddressEdit end object EmailAddressEdit: TUiEdit Left = 8 Top = 32 Width = 289 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end end object SSHGroupBox: TUiGroupBox Left = 8 Top = 104 Width = 305 Height = 105 Caption = 'SSH public key authentication' TabOrder = 1 object SSHPrivateKeyFileLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'Private key file:' FocusControl = SSHPrivateKeyFileEdit end object SSHPrivateKeyFileBrowseBtn: TUiBrowseSpeedButton Left = 272 Top = 32 Hint = 'Browse for key file' BrowseEdit = SSHPrivateKeyFileEdit end object SSHPassphraseLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = 'Passphrase:' FocusControl = SSHPassphraseEdit end object SSHPrivateKeyFileEdit: TUiBrowseEdit Left = 8 Top = 32 Width = 257 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick OnBrowse = Browse end object SSHPassphraseEdit: TUiEdit Left = 8 Top = 72 Width = 185 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick EchoMode = emPassword end object SSHCreateKeysBtn: TUiButton Left = 200 Top = 72 Width = 97 Caption = 'Create Keys' TabOrder = 2 OnClick = SSHCreateKeysClick end end object SSLGroupBox: TUiGroupBox Left = 8 Top = 224 Width = 305 Height = 81 Caption = 'SSL client certificate' TabOrder = 2 object SSLClientCertFileBrowseBtn: TUiBrowseSpeedButton Left = 272 Top = 20 Hint = 'Browse for certificate file' BrowseEdit = SSLClientCertFileEdit end object SSLClientCertFileEdit: TUiBrowseEdit Left = 8 Top = 20 Width = 257 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick OnBrowse = Browse end object SSLCreateCertBtn: TUiButton Left = 200 Top = 48 Width = 97 Caption = 'Create Certificate' TabOrder = 1 OnClick = SSLCreateCertClick AutoSize = asRight end end end end end